net/http.http2writeResHeaders.streamID (field)

6 uses

	net/http (current package)
		h2_bundle.go#L6706: 			streamID:      rws.stream.id,
		h2_bundle.go#L6741: 			streamID:  rws.stream.id,
		h2_bundle.go#L6967: 			streamID:    rws.stream.id,
		h2_bundle.go#L10934: 	streamID    uint32
		h2_bundle.go#L10994: 			StreamID:      w.streamID,
		h2_bundle.go#L11000: 		return ctx.Framer().WriteContinuation(w.streamID, lastFrag, frag)